home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / dskstuff.arc / DSKSTUFF.DOC < prev    next >
Encoding:
Text File  |  1985-10-16  |  1.7 KB  |  62 lines

  1.  
  2. BATCHHD.COM
  3.  
  4.     This file allows you to make files readonly or hidden.  it also
  5.     allows you to unreadonly or unhide them.  This procedure is des
  6.     igned to be used in a batch file but it can be used from the
  7.     command line as well.
  8.     To use this simply enter:
  9.  
  10.             batchhd  (option) (filespec)
  11.  
  12.         Where option is one of: HIDE, UNHIDE, READONLY, UNREADONLY.
  13.         Filespec is any existing file.
  14.  
  15.     This program does not work on hard drives.
  16.  
  17. BINLOAD.COM
  18.  
  19.     This program will convert COM programs int the format used by
  20.     the BLOAD statement in BASIC.
  21.  
  22.  
  23.     The file that is converted must be a COM file and the converted
  24.     program will have the extension .BLD
  25.  
  26.  
  27. OPTIMIZ.COM
  28.  
  29.     This little file will rearrange your directory for the quickest
  30.     access. It does not work on harddisks.
  31.  
  32. FSORTER.COM
  33.  
  34.     This is similar to OPTIMIZ in that it will resort the directory.
  35.     But, it resorts it how you want it (not for best access). The
  36.     format is:
  37.  
  38.  
  39.  
  40.     FSORTER (option) d:
  41.  
  42.     Option =  N for Name                 d:  disk drive to work on
  43.               E for Extension
  44.               C for Creation date
  45.               S for Size of file
  46.  
  47.     This does not work on a hard disk but, it will rearrange any
  48.     files in any subdirectories on the specified drive.
  49.  
  50.     THIS PROGRAM DOES NOT MOVE THE FILES!  It only rearanges the
  51.     directory.
  52.  
  53.  
  54.          FOR THE FASTEST DISK ACCESS POSSIBLE DO THIS:
  55.  
  56.     Put your disk to be changed in drive a:
  57.     Put a NEWLY formmatted disk in drive b:
  58.     Copy a:*.* b: to move all of your files from a: to b:
  59.     Put the disk containing OPTIMIZ in drive a:
  60.     type OPTIMIZ b:
  61.     The disk in drive b: is now as fast as it can get!
  62.